home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Interfaces&Libraries / Universal / Interfaces / AIncludes / CMCalibrator.a < prev    next >
Encoding:
Text File  |  1998-08-17  |  1.0 KB  |  42 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        CMCalibrator.a
  3. ;
  4. ;    Contains:    ColorSync Calibration API
  5. ;
  6. ;    Version:    Technology:    ColorSync 2.5
  7. ;                Release:    Universal Interfaces 3.2
  8. ;
  9. ;    Copyright:    © 1998 by Apple Computer, Inc., all rights reserved.
  10. ;
  11. ;    Bugs?:        For bug reports, consult the following page on
  12. ;                the World Wide Web:
  13. ;
  14. ;                    http://developer.apple.com/bugreporter/
  15. ;
  16. ;
  17.     IF &TYPE('__CMCALIBRATOR__') = 'UNDEFINED' THEN
  18. __CMCALIBRATOR__ SET 1
  19.  
  20.     IF &TYPE('__CMAPPLICATION__') = 'UNDEFINED' THEN
  21.     include 'CMApplication.a'
  22.     ENDIF
  23.     IF &TYPE('__DISPLAYS__') = 'UNDEFINED' THEN
  24.     include 'Displays.a'
  25.     ENDIF
  26.     IF &TYPE('__ERRORS__') = 'UNDEFINED' THEN
  27.     include 'Errors.a'
  28.     ENDIF
  29.  
  30. CalibratorInfo            RECORD 0
  31. displayID                 ds.l    1                ; offset: $0 (0)
  32. profileLocation             ds        CMProfileLocation ; offset: $4 (4)
  33. eventProc                 ds.l    1                ; offset: $4C (76)
  34. reserved                 ds.l    1                ; offset: $50 (80)
  35. flags                     ds.l    1                ; offset: $54 (84)
  36. isGood                     ds.b    1                ; offset: $58 (88)
  37. byteFiller                 ds.b    1                ; offset: $59 (89)
  38. sizeof                     EQU *                    ; size:   $5A (90)
  39.                         ENDR
  40.     ENDIF ; __CMCALIBRATOR__ 
  41.  
  42.